html,
body {
    overflow: hidden;
    overflow-y: auto;
    background: #ffffff;
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    height: 100%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    width: 6px;
    background: rgba(16, 31, 28, 0.1);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(16, 31, 28, 0.5);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #101f1c;
    }
[v-cloak] {
    display: none !important;
}
.admin-bg {
    background-color: #f0f2f5 !important;
}

.admin-window-footer {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #e8e8e8;
    background: #ffffff;
    display: flex;
    z-index: 999;
}
.el-input__inner {
    border-radius: 2px !important;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    left: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
    background-color: #fafafa;
}

    .avatar-uploader .el-upload:hover {
        border-color: #409eff;
    }

.el-icon.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    text-align: center;
}

.avatar {
    width: 178px;
    height: 178px;
    display: block;
}
.el-upload-container {
    border: 1px solid #e8e8e8;
}
.el-table thead > tr > th {
    background-color: #f2f2f2 !important;
    color: #272727;
    font-weight: 600;
}
.el-table-sub thead > tr > th {
    background-color: #545c64 !important;
    color: white;
    font-weight: 600;
}
.tab-tit h5 {
    display: inline-block;
    height: 20px;
    border-left: 3px solid #3686FF;
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 10px;
    color: #3686FF;
    font-size: 14px;
    line-height: 20px;
}

.tab-tit button {
    padding-left: 10px;
    margin-top: 6px;
    margin-left: 10px;
    font-size: 14px;
    float: right;
}

.tab-tit a {
    cursor: pointer;
}
.tablist {
    width: 100%;
}
.tablist tr td, .tablist tr th {
    padding: 8px 4px;
    border: solid #ddd;
    border-width: 0px 1px 1px 1px;
    text-align: center;
}

.tablist th {
    background: #F7F7F7;
    color: #888;
    text-align: center;
}
.custom-tree-node {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding-right: 8px;
}
.disabled .el-upload--picture-card {
    display: none;
}
.checkStamp {
    width: 187px;
    height: 85px;
    background: url(/images/picture/checkStamp.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 40px;
    right: 0px;
    z-index: 999;
    transform: rotate(45deg);
}
.notification {
    text-align: center;
    color: red;
    font-size: 30px;
    width: 250px;
    height: 30px;
    position: fixed;
    top: 100px;
    right: 10px;
    z-index: 999;
    transform: rotate(45deg);
    opacity:0.6
}
.el-popper {
    z-index: 2147483647 !important
}
/*tabs 自定义标题 提示消息*/
.el-tabs__item .title-span {
    color: red
}
.mobile .el-row {
    padding:4px,0,2px,0
}
.mobile .title {
    font-size: 17px;
    font-weight: 500;
}
.mobile .content {
    font-size: 16px;
}
.mapText {
    color: white;
    padding-left: 8px;
    display: block;
    border: 1px solid #F2F6FC;
    font-size: 12px;
    border-radius: 8px;
    background: #228b22;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center
}

    .mapText:hover {
        width: auto;
        font-size: 16px;
        padding-right: 8px;
        display: inline-block;
        background: #9a6c34
    }